home *** CD-ROM | disk | FTP | other *** search
/ SGI O2 Out of Box Experience / SGI O2 Out of Box Experience.iso / jungleIsland / RaptorBuilder / uiTexture1.wrl < prev    next >
Text File  |  1996-11-14  |  787b  |  50 lines

  1. #VRML V2.0 utf8
  2.  
  3. Transform {
  4.   children    Shape {
  5.     appearance    Appearance {
  6.       material    Material {
  7.         emissiveColor 1 1 1
  8.  
  9.       }
  10.  
  11.  
  12.       texture ImageTexture {
  13.           url "deH.jpg"
  14.       } 
  15.  
  16.  
  17.  
  18.     }
  19.  
  20.     geometry    IndexedFaceSet {
  21.       coord    Coordinate {
  22.     point    [ -0.1 0.1 -0.1,
  23.           -0.1 0.1 0.1,
  24.           0.1 0.1 0.1,
  25.           0.1 0.1 -0.1 ]
  26.       }
  27.  
  28.       coordIndex    [ 0, 1, 2, 3, -1 ]
  29.       texCoord    TextureCoordinate {
  30.     point    [ 0 1,
  31.           0 0,
  32.           1 0,
  33.           1 1 ]
  34.       }
  35.  
  36.       texCoordIndex    [ 0, 1, 2, 3, -1 ]
  37.       ccw    TRUE
  38.       solid    TRUE
  39.       convex    TRUE
  40.       creaseAngle    0.5
  41.     }
  42.  
  43.   }
  44.  
  45.   translation    -0.273511 0.00367415 1.33582
  46.   rotation    0.857736 -0.507103 0.0844772  0.383663
  47.   scale    0.602074 0.60208 0.602073
  48.   scaleOrientation    -0.14477 0.989465 0.000299835  0.22653
  49. }
  50.